Name | Description | |
---|---|---|
![]() | CaseSensitive | Gets whether this string map is case sensitive or not. The case sensitivity of the string map is determined by the parameter passed to its constructor. |
![]() | Count | Gets the number of key-value pairs in the map. |
![]() | Item | Indexed accessor. |
![]() | Keys | Gets a view of the keys contained in the map. |
![]() | Values | Gets a view of the values contained in the map. |